home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows (5th Edition) / Programming Windows, 5th ed. - Companion CD (097-0002183)(1999).iso / Chap23 / NetTime / NetTime.rc < prev    next >
Encoding:
Text File  |  1998-10-09  |  4.2 KB  |  137 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Dialog
  53. //
  54.  
  55. SERVERS DIALOG DISCARDABLE  20, 20, 274, 202
  56. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  57. CAPTION "NIST Time Service Servers"
  58. FONT 8, "MS Sans Serif"
  59. BEGIN
  60.     DEFPUSHBUTTON   "OK",IDOK,73,181,50,14
  61.     PUSHBUTTON      "Cancel",IDCANCEL,150,181,50,14
  62.     CONTROL         "time-a.timefreq.bldrdoc.gov (132.163.135.130) NIST, Boulder, Colorado",
  63.                     IDC_SERVER1,"Button",BS_AUTORADIOBUTTON,9,7,256,16
  64.     CONTROL         "time-b.timefreq.bldrdoc.gov (132.163.135.131) NIST, Boulder, Colorado",
  65.                     IDC_SERVER2,"Button",BS_AUTORADIOBUTTON,9,24,256,16
  66.     CONTROL         "time-c.timefreq.bldrdoc.gov (132.163.135.132) Boulder, Colorado, ",
  67.                     IDC_SERVER3,"Button",BS_AUTORADIOBUTTON,9,41,256,16
  68.     CONTROL         "utcnist.colorado.edu (128.138.140.44) University of Colorado, Boulder",
  69.                     IDC_SERVER4,"Button",BS_AUTORADIOBUTTON,9,58,256,16
  70.     CONTROL         "time.nist.gov (192.43.244.18) NCAR, Boulder, Colorado",
  71.                     IDC_SERVER5,"Button",BS_AUTORADIOBUTTON,9,75,256,16
  72.     CONTROL         "time-a.nist.gov (129.6.16.35) NIST, Gaithersburg, Maryland",
  73.                     IDC_SERVER6,"Button",BS_AUTORADIOBUTTON,9,92,256,16
  74.     CONTROL         "time-b.nist.gov (129.6.16.36) NIST, Gaithersburg, Maryland",
  75.                     IDC_SERVER7,"Button",BS_AUTORADIOBUTTON,9,109,256,16
  76.     CONTROL         "time-nw.nist.gov (131.107.1.10) Microsoft, Redmond, Washington",
  77.                     IDC_SERVER8,"Button",BS_AUTORADIOBUTTON,9,126,256,16
  78.     CONTROL         "utcnist.reston.mci.net (204.70.131.13) MCI, Reston, Virginia",
  79.                     IDC_SERVER9,"Button",BS_AUTORADIOBUTTON,9,143,256,16
  80.     CONTROL         "nist1.data.com (209.0.72.7) Datum, San Jose, California",
  81.                     IDC_SERVER10,"Button",BS_AUTORADIOBUTTON,9,160,256,16
  82. END
  83.  
  84. NETTIME DIALOG DISCARDABLE  0, 0, 270, 150
  85. STYLE WS_CHILD
  86. FONT 8, "MS Sans Serif"
  87. BEGIN
  88.     DEFPUSHBUTTON   "Set Correct Time",IDOK,95,129,80,14
  89.     PUSHBUTTON      "Close",IDC_CLOSE,183,129,80,14
  90.     PUSHBUTTON      "Select Server...",IDC_SERVER,7,129,80,14
  91.     EDITTEXT        IDC_TEXTOUT,7,7,253,110,ES_MULTILINE | ES_AUTOVSCROLL | 
  92.                     ES_READONLY | WS_VSCROLL | NOT WS_TABSTOP
  93. END
  94.  
  95.  
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // DESIGNINFO
  99. //
  100.  
  101. #ifdef APSTUDIO_INVOKED
  102. GUIDELINES DESIGNINFO DISCARDABLE 
  103. BEGIN
  104.     "SERVERS", DIALOG
  105.     BEGIN
  106.         LEFTMARGIN, 7
  107.         RIGHTMARGIN, 267
  108.         TOPMARGIN, 7
  109.         BOTTOMMARGIN, 195
  110.     END
  111.  
  112.     "NETTIME", DIALOG
  113.     BEGIN
  114.         LEFTMARGIN, 7
  115.         RIGHTMARGIN, 263
  116.         TOPMARGIN, 7
  117.         BOTTOMMARGIN, 143
  118.     END
  119. END
  120. #endif    // APSTUDIO_INVOKED
  121.  
  122. #endif    // English (U.S.) resources
  123. /////////////////////////////////////////////////////////////////////////////
  124.  
  125.  
  126.  
  127. #ifndef APSTUDIO_INVOKED
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // Generated from the TEXTINCLUDE 3 resource.
  131. //
  132.  
  133.  
  134. /////////////////////////////////////////////////////////////////////////////
  135. #endif    // not APSTUDIO_INVOKED
  136.  
  137.